From: Daniel Dickinson Date: Wed, 15 Feb 2012 09:34:08 +0000 (+0000) Subject: [packages] more gcc 4.6 compilation fixes X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=3851147cb5c08494a911ec5afbe8f916bc0de5ba;p=feed%2Frouting.git [packages] more gcc 4.6 compilation fixes git-svn-id: svn://svn.openwrt.org/openwrt/packages/ipv6/ndppd@30548 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 270f84b..1750d24 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ define Build/Compile CXXFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CXXFLAGS) -fno-builtin -fno-rtti -nostdinc++ \ -I$(STAGING_DIR)/usr/include/uClibc++ -I$(LINUX_DIR)/include" \ LDFLAGS="$(TARGET_LDFLAGS)" \ - LIBS="-nodefaultlibs -lc -luClibc++ -lconfuse" \ + LIBS="-nodefaultlibs -lc -luClibc++ -lconfuse $(LIBGCC_S)" \ ndppd endef